|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the names of those actions which are preregistered with the
AbstractTextEditor
. RULER_DOUBLE_CLICK
defines
the action which is registered as being executed when the editor's
ruler has been double clicked. This interface extends the set of names
available from IWorkbenchActionConstants
. It also defines the
names of the menu groups in a text editor's context menu.
Field Summary | |
static String |
CLEAR_MARK
Name of the action to set the mark. |
static String |
CONVERT_LINE_DELIMITERS_TO_MAC
Name of the action to convert line delimiters to MAC. |
static String |
CONVERT_LINE_DELIMITERS_TO_UNIX
Name of the action to convert line delimiters to UNIX. |
static String |
CONVERT_LINE_DELIMITERS_TO_WINDOWS
Name of the action to convert line delimiters to Windows. |
static String |
COPY
Name of standard Copy global action in the Edit menu. |
static String |
COPY_LINE_DOWN
Name of the action to copy lines downwards Value: "CopyLineDown" |
static String |
COPY_LINE_UP
Name of the action to copy lines upwards Value: "CopyLineUp" |
static String |
CUT
Name of standard Cut global action in the Edit menu. |
static String |
CUT_LINE
Name of the action to cut the current line. |
static String |
CUT_LINE_TO_BEGINNING
Name of the action to cut line to beginning. |
static String |
CUT_LINE_TO_END
Name of the action to cut line to end. |
static String |
DELETE
Name of standard Delete global action in the Edit menu. |
static String |
DELETE_LINE
Name of the action to delete the current line. |
static String |
DELETE_LINE_TO_BEGINNING
Name of the action to delete line to beginning. |
static String |
DELETE_LINE_TO_END
Name of the action to delete line to end. |
static String |
FIND
Name of standard Find global action in the Edit menu. |
static String |
FIND_INCREMENTAL
Name of the action to incremental find. |
static String |
FIND_INCREMENTAL_REVERSE
Name of the action to incremental find reverse. |
static String |
FIND_NEXT
Name of the action to find next. |
static String |
FIND_PREVIOUS
Name of the action to find previous. |
static String |
GOTO_LINE
Name of the action to jump to a certain text line. |
static String |
GROUP_COPY
Context menu group for copy/paste related actions. |
static String |
GROUP_EDIT
Context menu group for text manipulation actions. |
static String |
GROUP_FIND
Context menu group for find/replace related actions. |
static String |
GROUP_PRINT
Context menu group for print related actions. |
static String |
GROUP_REST
Context menu group for actions which do not fit in one of the other categories. |
static String |
GROUP_SAVE
Context menu group for save related actions. |
static String |
GROUP_UNDO
Context menu group for undo/redo related actions. |
static String |
LOWER_CASE
Name of the action to turn a selection to lower case Value: "LowerCase" |
static String |
MOVE_LINE_DOWN
Name of the action to move lines downwards Value: "MoveLineDown" |
static String |
MOVE_LINE_UP
Name of the action to move lines upwards Value: "MoveLineUp" |
static String |
PASTE
Name of standard Paste global action in the Edit menu. |
static String |
PRINT
Name of standard Print global action in the File menu. |
static String |
REDO
Name of standard Redo global action in the Edit menu. |
static String |
REVERT
Name of standard Revert global action in the File menu. |
static String |
REVERT_TO_SAVED
Name of the action for re-establishing the state after the most recent save operation. |
static String |
RULER_CLICK
Name of the ruler action performed when clicking the editor's vertical ruler. |
static String |
RULER_DOUBLE_CLICK
Name of the ruler action performed when double clicking the editor's vertical ruler. |
static String |
RULER_MANAGE_BOOKMARKS
Name of the ruler action to manage bookmarks. |
static String |
RULER_MANAGE_TASKS
Name of the ruler action to manage tasks. |
static String |
SAVE
Name of standard Save global action in the File menu. |
static String |
SELECT_ALL
Name of standard Select All global action in the Edit menu. |
static String |
SET_MARK
Name of the action to set the mark. |
static String |
SHIFT_LEFT
Name of the action for shifting text blocks to the left. |
static String |
SHIFT_RIGHT
Name of the action for shifting text blocks to the right. |
static String |
SHIFT_RIGHT_TAB
Name of the action for shifting text blocks to the right, triggered by the TAB key. |
static String |
SMART_ENTER
Name of the action to insert a new line below the current position. |
static String |
SMART_ENTER_INVERSE
Name of the action to insert a new line above the current position. |
static String |
STATUS_CATEGORY_ELEMENT_STATE
Status line category "element state". |
static String |
STATUS_CATEGORY_FIND_FIELD
Status line category "findField". |
static String |
STATUS_CATEGORY_INPUT_MODE
Status line category "input mode". |
static String |
STATUS_CATEGORY_INPUT_POSITION
Status line category "input position". |
static String |
SWAP_MARK
Name of the action to swap the mark with the cursor position. |
static String |
UNDO
Name of standard Undo global action in the Edit menu. |
static String |
UPPER_CASE
Name of the action to turn a selection to upper case Value: "UpperCase" |
Fields inherited from interface org.eclipse.ui.IWorkbenchActionConstants |
ABOUT, ADD_EXT, ADD_TASK, BACK, BOOKMARK, BUILD, BUILD_EXT, BUILD_GROUP, BUILD_PROJECT, CLOSE, CLOSE_ALL, CLOSE_EXT, CLOSE_PROJECT, CUT_EXT, EDIT_END, EDIT_START, EXPORT, FILE_END, FILE_START, FIND_EXT, FORWARD, GLOBAL_ACTIONS, GO_INTO, GO_TO, GO_TO_RESOURCE, GROUP_ADD, GROUP_APP, GROUP_EDITOR, GROUP_FILE, GROUP_MANAGING, GROUP_REORGANIZE, GROUP_SHOW_IN, HELP_END, HELP_START, HISTORY_GROUP, IMPORT, IMPORT_EXT, LAUNCH_EXT, M_EDIT, M_FILE, M_HELP, M_LAUNCH, M_NAVIGATE, M_PROJECT, M_VIEW, M_WINDOW, M_WORKBENCH, MB_ADDITIONS, MENU_PREFIX, MOVE, MRU, NAV_END, NAV_START, NEW, NEW_EXT, NEW_GROUP, NEXT, OPEN_EXT, OPEN_PROJECT, PIN_GROUP, PREVIOUS, PRINT_EXT, PROJ_END, PROJ_START, PROPERTIES, QUIT, REBUILD_ALL, REBUILD_PROJECT, REFRESH, RENAME, SAVE_ALL, SAVE_AS, SAVE_EXT, SAVE_GROUP, SEP, SHOW_EXT, SHOW_IN, SYNC_EDITOR, TOOLBAR_FILE, TOOLBAR_NAVIGATE, UNDO_EXT, UP, VIEW_EXT, WB_END, WB_START, WINDOW_EXT |
Field Detail |
public static final String GROUP_UNDO
"group.undo"
public static final String GROUP_COPY
"group.copy"
public static final String GROUP_EDIT
"group.edit"
public static final String GROUP_PRINT
"group.print"
public static final String GROUP_FIND
"group.find"
public static final String GROUP_SAVE
"group.save"
public static final String GROUP_REST
"group.rest"
public static final String SHIFT_RIGHT
"ShiftRight"
public static final String SHIFT_RIGHT_TAB
"ShiftRightTab"
public static final String SHIFT_LEFT
"ShiftLeft"
public static final String DELETE_LINE
"DeleteLine"
public static final String CUT_LINE
"CutLine"
public static final String DELETE_LINE_TO_BEGINNING
"DeleteLineToBeginning"
public static final String CUT_LINE_TO_BEGINNING
"CutLineToBeginning"
public static final String DELETE_LINE_TO_END
"DeleteLineToEnd"
public static final String CUT_LINE_TO_END
"CutLineToEnd"
public static final String SET_MARK
"SetMark"
public static final String CLEAR_MARK
"ClearMark"
public static final String SWAP_MARK
"SwapMark"
public static final String GOTO_LINE
"GotoLine"
public static final String SMART_ENTER
"SmartEnter"
public static final String SMART_ENTER_INVERSE
"SmartEnterInverse"
public static final String MOVE_LINE_UP
"MoveLineUp"
public static final String MOVE_LINE_DOWN
"MoveLineDown"
public static final String COPY_LINE_UP
"CopyLineUp"
public static final String COPY_LINE_DOWN
"CopyLineDown"
public static final String UPPER_CASE
"UpperCase"
public static final String LOWER_CASE
"LowerCase"
public static final String FIND_NEXT
"FindNext"
public static final String FIND_PREVIOUS
"FindPrevious"
public static final String FIND_INCREMENTAL
"FindIncremental"
public static final String FIND_INCREMENTAL_REVERSE
"FindIncrementalReverse"
public static final String CONVERT_LINE_DELIMITERS_TO_WINDOWS
"ConvertLineDelimitersToWindows"
public static final String CONVERT_LINE_DELIMITERS_TO_UNIX
"ConvertLineDelimitersToUNIX"
public static final String CONVERT_LINE_DELIMITERS_TO_MAC
"ConvertLineDelimitersToMAC"
public static final String RULER_DOUBLE_CLICK
"RulerDoubleClick"
public static final String RULER_CLICK
"RulerClick"
public static final String RULER_MANAGE_TASKS
"ManageTasks"
public static final String RULER_MANAGE_BOOKMARKS
"ManageBookmarks"
public static final String STATUS_CATEGORY_INPUT_POSITION
"InputPosition"
public static final String STATUS_CATEGORY_INPUT_MODE
"InputMode"
public static final String STATUS_CATEGORY_ELEMENT_STATE
"ElementState"
public static final String STATUS_CATEGORY_FIND_FIELD
"FindField"
public static final String COPY
"copy"
org.eclipse.ui.actions.ActionFactory#COPY#getId()
public static final String CUT
"cut"
org.eclipse.ui.actions.ActionFactory#CUT#getId()
public static final String DELETE
"delete"
org.eclipse.ui.actions.ActionFactory#DELETE#getId()
public static final String FIND
"find"
org.eclipse.ui.actions.ActionFactory#FIND#getId()
public static final String PASTE
"paste"
org.eclipse.ui.actions.ActionFactory#PASTE#getId()
public static final String PRINT
"print"
org.eclipse.ui.actions.ActionFactory#PRINT#getId()
public static final String REDO
"redo"
org.eclipse.ui.actions.ActionFactory#REDO#getId()
public static final String UNDO
"undo"
org.eclipse.ui.actions.ActionFactory#UNDO#getId()
public static final String SAVE
"save"
org.eclipse.ui.actions.ActionFactory#SAVE#getId()
public static final String SELECT_ALL
"selectAll"
org.eclipse.ui.actions.ActionFactory#SELECT_ALL#getId()
public static final String REVERT
"revert"
org.eclipse.ui.actions.ActionFactory#REVERT#getId()
public static final String REVERT_TO_SAVED
"ITextEditorActionConstants.REVERT"
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |